翻訳と辞書
Words near each other
・ Kiczki Drugie
・ Kiczki Pierwsze
・ Kicznia
・ Kiczory, Lesser Poland Voivodeship
・ Kiczyce
・ KID
・ Kid
・ Kid 'n Play
・ Kid 'n Play (TV series)
・ KID (2015 film)
・ KID (AM)
・ Kid (book)
・ Kid (film)
・ Kid (Peter Andre song)
・ Kid (Pretenders song)
Kid (templating language)
・ Kid A
・ Kid Abelha
・ Kid Ace
・ Kid Acero
・ Kid Acne
・ Kid Albums
・ Kid Amazo
・ Kid Anarchy
・ Kid Astray
・ Kid Auto Races at Venice
・ Kid Azteca
・ Kid Bailey
・ Kid Baldwin
・ Kid Beyond


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Kid (templating language) : ウィキペディア英語版
Kid (templating language)
Kid is a simple template engine for XML-based vocabularies written in Python. Kid claims to have many of the best features of XSLT, TAL, and PHP, but "with much of the limitations and complexity stamped out".
Kid initially acted as the Controller component of the TurboGears framework in the framework's version 1.x implementation; however, the TurboGears project team has since replaced it with Genshi, citing perceived performance advantages.〔(Replacing Kid with Genshi ), A Brief Introduction to Kid Templates — TurboGears v1.0 documentation〕
Kid is used by the Fedora Project in the repoview utility
〔(Repoview at Fedora Hosted )〕 which creates a set of static HTML pages within a YUM repository.
== Example ==
Python part:

from kid import Template
template = Template(file='mytemplate.kid',
title='bar',
mylist=('2', '3', '4', '5', '6' )
)
print template.serialize()

Template part:

xmlns:py="http://purl.org/kid/ns#">

title goes here



  • item goes here






抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Kid (templating language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.